home *** CD-ROM | disk | FTP | other *** search
/ PC Graphics Unleashed / PC Graphics Unleashed.iso / polyray / plydat / dat / simple / parabol.pi < prev    next >
Encoding:
Text File  |  1993-01-10  |  283 b   |  21 lines

  1. viewpoint {
  2.    from <0,5,-10>
  3.    at <0,1.5,0>
  4.    up <0,1,0>
  5.    angle 35
  6.    resolution 160, 120
  7.    aspect 4/3
  8.    }
  9.  
  10. background white
  11. light <-10,10, -10>
  12. light < 10,10, -10>
  13.  
  14. include "..\colors.inc"
  15.  
  16. object {
  17.    parabola <0, 4, 0>, <0, -1, 0>, 2
  18.    shiny_red
  19.    }
  20.  
  21.